Get rid of navigation region in GtkMenu
authorBenjamin Otte <otte@redhat.com>
Wed, 16 Jun 2010 11:14:01 +0000 (13:14 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 28 Jun 2010 12:19:18 +0000 (14:19 +0200)
commit14e0cbe2d35215fb299e84c193d3438dfbcc7a88
treebede37626137899dce2fe90bf7941cea60afe456
parent7ad08f19aad0868a1ba48bfd3e005b6ea3676622
Get rid of navigation region in GtkMenu

This completes the move to get rid of using a GdkRegion for the
navigation region and the only user of gdk_region_polygon(). We keep
track of the triangle and compute in/out points ourselves now.

Unfortunately the DRAW_STAYUP_TRIANGLES debugging code doesn't work
using cairo, so I removed it completely.
gtk/gtkmenu.c
gtk/gtkmenu.h